.pages {
    padding-top: .66rem;
    padding-bottom: .7rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: .16rem;
}

.pages .btn {
    width: .5rem;
    height: .5rem;
    background-color: #0054a7;
    cursor: pointer;
    background-position: center center;
    background-size: .12rem;
    background-repeat: no-repeat;
}

.pages .btn.first {
    margin-right: 1px;
    background-image: url("../images/pages-frist.png");
}

.pages .btn.prev {
    background-size: .08rem;
    background-image: url("../images/pages-prev.png");
}

.pages .btn.last {
    margin-left: 1px;
    background-image: url("../images/pages-last.png");
}

.pages .btn.next {
    background-size: .08rem;
    background-image: url("../images/pages-next.png");
}

.pages ul {
    height: .5rem;
    display: flex;
    align-items: center;
}

.pages ul li {
    width: .5rem;
    height: .5rem;
    color: #000;
    line-height: .5rem;
    text-align: center;
    margin: 0 .04rem;
    cursor: pointer;
}

.pages ul li.on {
    width: .5rem;
    height: .5rem;
    background-color: #0054a7;
    color: #fff;
    line-height: .5rem;
    text-align: center;
}

.pages ul li.on a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}

.pages ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.pages ul li:hover a {
    color: #fff;
}

.pages ul li:hover {
    width: .5rem;
    height: .5rem;
    background-color: #0054a7;
    color: #fff;
    line-height: .5rem;
    text-align: center;
}

.comInt-nav {
    height: 0.8rem;
    position: relative;
    background: #eaeaea;
  /*display:none!important;*/
}


.comInt-nav.left_nav{
  width: 4.98rem;
  height: auto;
/*  position: absolute; */
  left: 0;
z-index: 9;
}
.comInt-nav.left_nav .contentDiv{
position: static!important;
}
.comInt-nav.left_nav .comInt-nav-list{
  width: auto;
  display: block;
  border-right: 0;
}
.comInt-nav.left_nav .comInt-nav-list a{
  display: block;
  text-align: right;
  padding-right: 0.56rem;
  position: relative;
}
.comInt-nav.left_nav .comInt-nav-list a:after{
  content: '';
  position: absolute;
  width: 2.49rem;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: #d2d2d2;
}
.comInt-nav.left_nav .comInt-nav-list a.on:after, .comInt-nav.left_nav .comInt-nav-list a:hover:after, .comInt-nav.left_nav .comInt-nav-list a:last-child:after{
  display: none;
}


.comInt-nav .contentDiv {
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    background-color: #eaeaea;
    position: relative;
    margin: 0 auto;
    font-size: .16rem;
    color: #323338;
}

.comInt-nav-list {
    width: 14.40rem;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
    border-right: 1px solid #d2d2d2;
}

.comInt-nav-list a {
    min-width: 1.21rem;
    padding: 0 10px;
    line-height: .8rem;
    font-size: .16rem;
    color: #323338;
    border-left: 1px solid #d2d2d2;
    text-align: center;
    cursor: pointer;
}

.comInt-nav-list a:hover {
    background: #f7f7f7;
}

.comInt-nav-list a.on {
    background: #f7f7f7;
}

.mob_show {
    display: none;
}

.header {
    position: relative;
    z-index: 999;
    background-color: #fff;
    height: 100px;
    height: 1.00rem;
    padding-top: 16px;
    padding-top: 0.16rem;
    box-sizing: border-box;
}
  /*.header .w1440 {
    width: 1440px; }*/
.header .mob_show {
    display: none;
}

.header .container {
    max-width: 1440px;
    position: relative;
}

.header .container .logo-box {
    padding-top: 18px;
    padding-top: 0.18rem;
    padding-top: 0.1rem;
    width: 133px;
    width: 1.33rem;
    width: 1.9rem;
    position: relative;
    position: absolute;
    z-index: 9;
    float: left;
}

.header .container .logo-box img {
    display: block;
    width: 100%;
}

.header .container .menu-box {
    position: relative;
    z-index: 3;
    padding-left: 210px;
    padding-left: 2.10rem;
    /* BEING 2022-11-29 */
    width: 13rem;
}

.header .container .menu-box ul li {
    position: relative;
    padding: 0 16px;
    padding: 0 0.16rem;
    float: left;
}

.header .container .menu-box ul li .a-menu {
    font-size: 16px;
    font-size: 0.16rem;
    font-size: 0.2rem;
    line-height: 84px;
    line-height: 0.84rem;
    position: relative;
    padding: 0 3px;
    padding: 0 0.03rem;
    display: inline-block;
    /* BEING 2022-11-29 */
    background: none !important;
}

.header .container .menu-box ul li .a-menu:after {
    content: '';
    position: absolute;
    width: 0px;
    left: 0;
    bottom: 1px;
    bottom: 0.01rem;
    height: 10px;
    height: 0.10rem;
    background-color: #17438a;
    transition: all 0.4s ease-in-out;
}

.header .container .menu-box ul li .nav_er {
    position: absolute;
    width: 160px;
    width: 1.60rem;
    top: 100%;
    left: 16px;
    left: 0.16rem;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 1000000000000000000000001;
}

.header .container .menu-box ul li .nav_er a {
    padding-left: 18px;
    padding-left: 0.18rem;
    display: block;
    border-bottom: 1px solid #004288;
    border-bottom: 0.01rem solid #004288;
    border-top: 1px solid #004288;
    border-top: 0.01rem solid #004288;
    font-size: 16px;
    font-size: 0.16rem;
    line-height: 50px;
    line-height: 0.50rem;
}

.header .container .menu-box ul li .nav_er a:last-child {
    border-bottom: none;
}

.header .container .menu-box ul li .nav_er a:hover {
    color: #004288;
}

.header .container .menu-box ul li:hover .nav_er {
    visibility: inherit;
    opacity: 1;
}

.header .container .menu-box ul li:hover .a-menu:after {
    width: 100%;
}

.header .container .menu-box ul li:hover .a-menu {
    background-color: #fff;
    color: #323338;
    font-weight: 500;
}

.header .container .menu-box ul li.on .a-menu {
    background-color: #fff;
    color: #323338;
    font-weight: 500;
}

.header .container .menu-box ul li.on .a-menu:after {
    width: 100%;
}

.header .container .menu-switch {
    display: none;
}

.header .container .seach {
    float: right;
    position: absolute;
    right: 0;
    /* BEING 2022-11-29 */
    /* z-index: 5; */
    z-index: 1;
}

.header .container .seach .seach_t {
    margin-bottom: 10px;
    margin-bottom: 0.10rem;
    color: #98999b;
    text-align: right;
    z-index: 99;
}

.header .container .seach .seach_t a {
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 16px;
    line-height: 0.16rem;
    margin: 0 17px;
    margin: 0 0.17rem;
}

.header .container .seach .seach_t a:last-child {
    margin-right: 0;
}

.header .container .seach .seach_b .form {
    float: right;
    width: 170px;
    width: 1.70rem;
    position: relative;
    height: 42px;
    height: 0.42rem;
    box-sizing: border-box;
    width: 35px;
    width: 0.35rem;
    transition: all 0.4s ease-in-out;
}

.header .container .seach .seach_b .form:hover, .header .container .seach .seach_b .form.on {
    width: 170px;
    width: 1.70rem;
}

.header .container .seach .seach_b .form:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 1px;
    width: 0px;
    background-color: #98999b;
}

.header .container .seach .seach_b .form:hover:after, .header .container .seach .seach_b .form.on:after {
    width: 100%;
}

.header .container .seach .seach_b .form input, .header .container .seach .seach_b .form button {
    border: none;
    line-height: 42px;
    line-height: 0.42rem;
}

.header .container .seach .seach_b .form input {
    width: 100%;
    display: block;
    background: none;
    box-sizing: border-box;
    line-height: 0.42px;
    line-height: 0.42rem;
    padding-right: 35px;
    padding-right: 0.35rem;
}

.header .container .seach .seach_b .form button {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    height: 32px;
    height: 0.32rem;
    width: 35px;
    width: 0.35rem;
}

.header .container .seach .seach_b .form button i {
    font-size: 22px;
    font-size: 0.22rem;
}

.header .container .seach .seach_b .language {
    float: right;
    line-height: 42px;
    line-height: 0.42rem;
    margin-left: 10px;
    font-size: 0.14rem;
    position: relative;
}

.header .container .seach .seach_b .language .lan_cur.on {
    color: #17438a;
}

.header .container .seach .seach_b .language ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    width: 100px;
    width: 1.00rem;
    text-align: center;
    background-color: #fff;
}

.header .container .seach .seach_b .language ul li a {
    line-height: 40px;
    line-height: 0.40rem;
    border-bottom: 1px solid #004288;
}

.header .container .seach .seach_b .language ul li a:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1315px) {
    .header .w1440 {
        width: 16.00rem;
    }
}

@media screen and (max-width: 1260px) {
    .header .container .seach .seach_t {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1110px) {
    .header .w1440 {
        width: 18.50rem;
    }

    /* BEING 2022-11-29 */
    .header .container .menu-box{
        width: 16rem;
    }
}
/*
@media screen and (max-width: 1440px) {
  .header .container .menu-box {
    }
    .header .container .menu-box ul li {
      padding: 0 10px; }
      .header .container .menu-box ul li .nav_er {
        left: 10px; }
  .header .container .seach .seach_t a {
    margin: 0 8px; } }

@media screen and (max-width: 1320px) {
  .header .container .menu-box {
    padding-left: 150px; } }

@media screen and (max-width: 1280px) {
  .header .container .seach .seach_b .form {
    width: 100px; } }
*/

@media screen and (max-width: 750px) {
    .header {
        height: 68px;
    }

    /* BEING 2022-11-29 */
    .header .container .menu-box{
        width: 100%;
    }

    .header .container .seach, .header .container .pc_menu-box {
        display: none;
    }

    .header .container .mob_show {
        display: block;
    }

    .header .container .logo-box {
        padding-top: 0;
    }

    .header .container .mob_icon {
        display: block;
        float: right;
        width: 57px;
        cursor: pointer;
    }

    .header .container .mob_icon .line {
        display: block;
        width: 100%;
        height: 6px;
        background-color: #0054a7;
        margin-bottom: 9px;
    }

    .header .container .mob_icon .line2 {
        width: 64.91%;
    }

    .header .container .mob_icon .line3 {
        width: 35.087%;
    }

    .header .container .close_icon {
        width: 57px;
        height: 57px;
        position: absolute;
        right: 32px;
        top: 58px;
        cursor: pointer;
        z-index: 2;
    }

    .header .container .close_icon span {
        width: 100%;
        height: 6px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        background-color: #fff;
    }

    .header .container .close_icon span:last-child {
        transform: translateY(-50%) rotate(-45deg);
    }

    .header .container .mob_nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 999;
        width: 100%;
        background-color: rgba(25, 25, 25, 0.9);
        color: #fff;
        padding-left: 0;
        display: none;
    }

    .header .container .mob_nav .mob_navbg {
        padding-top: 165px;
        box-sizing: border-box;
        width: 77.6%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background-color: #0054a7;
    }

    .header .container .mob_nav .mob_navbg ul {
        overflow-y: auto;
        position: relative;
        height: 92%;
    }

    .header .container .mob_nav .mob_navbg ul li {
        position: relative;
        float: none;
        line-height: 120px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-color: #1a65b0;
        padding: 0;
    }

    .header .container .mob_nav .mob_navbg ul li:hover .a-menu, .header .container .mob_nav .mob_navbg ul li.on .a-menu {
        background: none;
        color: #fff;
    }

    .header .container .mob_nav .mob_navbg ul li:hover .a-menu:after, .header .container .mob_nav .mob_navbg ul li.on .a-menu:after {
        width: 22px;
    }

    .header .container .mob_nav .mob_navbg ul li .a-menu {
        color: #fff;
        line-height: 120px;
        padding-left: 84px;
    }

    .header .container .mob_nav .mob_navbg ul li .a-menu:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        background-color: #fff;
        opacity: 0.2;
        left: 0;
        top: 0;
    }

    .header .container .mob_nav .mob_navbg ul li .a-menu:hover {
        background: none;
        color: #fff;
    }

    .header .container .mob_nav .mob_navbg ul li .nav_er {
        position: static;
        width: 100%;
        box-sizing: border-box;
        background-color: #fff;
        visibility: inherit;
        opacity: 1;
    }

    .header .container .mob_nav .mob_navbg ul li .nav_er a {
        color: #0054a7;
        display: block;
        padding-left: 110px;
        line-height: 98px;
        border-bottom: 1px solid #e5eef6;
        box-sizing: border-box;
        border-top: none;
    }

    .header .container .mob_nav .mob_navbg .url_out {
        position: absolute;
        bottom: 2%;
        left: 84px;
        color: #80aad3;
    }

    .header .container .mob_nav .mob_navbg .url_out a {
        margin: 0 22px;
        color: #fff;
    }

    .header .container .mob_nav .mob_navbg .url_out a:first-child {
        margin-left: 0;
    }

    .header .container .mob_nav .mob_navbg .url_out a:last-child {
        margin-right: 0;
    }

    .header .container .mob_nav .lan_sea {
        position: absolute;
        width: 22.4%;
        text-align: center;
        bottom: 50px;
        left: 0;
    }

    .header .container .mob_nav .lan_sea .mob_sea {
        margin-bottom: 50px;
    }

    .header .container .mob_nav .lan_sea .mob_sea i {
        font-size: 36px;
        display: inline-block;
        cursor: pointer;
    }

    .header .container .mob_nav .lan_sea .mob_lan a {
        color: #fff;
        font-size: 20px;
    }

    .header .container .mob_seach {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: #0054a7;
        z-index: 1000;
        display: none;
    }

    .header .container .mob_seach .mob_seach_form {
        position: absolute;
        width: 76.5%;
        left: 11.75%;
        top: 50%;
        border-bottom: 1px solid #fff;
        transform: translateY(-50%);
    }

    .header .container .mob_seach .mob_seach_form input {
        border: none;
        line-height: 104px;
        background: none;
        display: block;
        width: 100%;
        padding-right: 50px;
        font-size: 40px;
        color: #fff;
    }

    .header .container .mob_seach .mob_seach_form button {
        position: absolute;
        line-height: 104px;
        border: none;
        color: #fff;
        background: none;
        right: 0;
        top: 0;
    }

    .header .container .mob_seach .mob_seach_form button i {
        font-size: 40px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 750px) {
    .comInt-nav-list a {
    }

    .header .container .seach, .header .container .pc_menu-box {
        display: none;
    }

    .header .mob_show {
        display: block;
    }

    .header .container .mob_icon {
        float: right;
    }

    .comInt-nav-list {
        width: 100%;
    }

    .header {
        height: auto;
    }

    .mob_show {
        display: block;
    }

    .header {
        max-height: 1.56rem;
        padding: 0.44rem 0.33rem;
    }

    .header .w1440 {
        width: 100%;
    }

    .header .container .logo-box {
        width: 2.04rem;
        transition: all 0.4s ease-in-out;
    }

    .header .container .logo-box.on {
        opacity: 0;
        transform: translateX(-100%);
    }

    .header .container .mob_icon {
        width: 0.57rem;
        padding-top: 0.10rem;
    }

    .header .container .mob_icon .line {
        height: 0.06rem;
        margin-bottom: 0.09rem;
    }

    .header .container .close_icon {
        top: 0.58rem;
        right: 0.32rem;
        width: 0.57rem;
        height: 0.57rem;
    }

    .header .container .close_icon span {
        height: 0.06rem;
    }

    .header .container .mob_nav {
        display: none;
    }

    .header .container .mob_nav .mob_navbg {
        padding-top: 1.65rem;
    }
    .header .container .mob_nav.ios .mob_navbg {
        padding-bottom: 1.00rem;
    }

    .header .container .mob_nav .mob_navbg ul li {
        line-height: 1.20rem;
    }

    .header .container .mob_nav .mob_navbg ul li .a-menu {
        line-height: 1.20rem;
        padding-left: 0.84rem;
        font-size: 0.24rem;
        display: block;
    }

    .header .container .mob_nav .mob_navbg ul li .nav_er a {
        line-height: 0.98rem;
        padding-left: 1.10rem;
        font-size: 0.24rem;
    }

    .header .container .mob_nav .mob_navbg .url_out {
        left: 0.84rem;
        font-size: 0.2rem;
    }
    .header .container .mob_nav.ios .mob_navbg .url_out {
        bottom: 1.20rem;
    }

    .header .container .mob_nav .mob_navbg .url_out a {
        font-size: 1em;
    }

    .header .container .mob_nav .lan_sea {
        bottom: 0.50rem;
    }
    .header .container .mob_nav.ios .lan_sea {
        bottom: 1.50rem;
    }

    .header .container .mob_nav .lan_sea .mob_sea {
        margin-bottom: 0.50rem;
    }

    .header .container .mob_nav .lan_sea .mob_sea i {
        font-size: 0.36rem;
    }

    .header .container .mob_nav .lan_sea .mob_lan a {
        font-size: 0.20rem;
    }

    .header .container .mob_seach .mob_seach_form input, .header .container .mob_seach .mob_seach_form button {
        line-height: 1.04rem;
        font-size: 0.4rem;
    }

    .header .container .mob_seach .mob_seach_form button i {
        font-size: 0.6rem;
    }
}

/*footer*/
.footer {
    background-color: #323338;
    color: #fff;
    padding: 60px 0px 30px;
}

.footer a {
    color: #fff;
}

.footer .foot_t {
    margin-bottom: 10px;
}

.footer .foot_t .foot_l p {
    margin-bottom: 48px;
    font-size: 20px;
    line-height: 20px;
}

.footer .foot_t .foot_l ul li {
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 16px;
    padding-left: 32px;
    background: url(../images/icon_tel.png) no-repeat left center;
}

.footer .foot_t .foot_l ul li.dayin {
    background-image: url(../images/dayin.png);
}

.footer .foot_t .foot_l ul li.email {
    background-image: url(../images/icon_email.png);
}

.footer .foot_t .foot_l ul li.add {
    background-image: url(../images/icon_add.png);
}

.footer .foot_b {
    border-top: 1px solid #4f5054;
    padding-top: 23px;
}

.footer .foot_b p {
    float: right;
    opacity: 0.4;
}

.footer .foot_b .foot_b_l {
    float: left;
    opacity: 0.4;
}

.footer .w1440 .zhichi {
    text-align: center;
    padding-top: 0.2rem;
}

.footer .w1440 .zhichi a {
    opacity: 0.5;
}

.footer .w1440 .zhichi a:hover {
    opacity: 1;
}

@media screen and (max-width: 750px) {
    .comInt-nav{
        display: none;
    }
    .footer {
        padding: 0.50rem 0.33rem;
    }

    .footer .foot_t {
        margin-bottom: 0.73rem;
    }

    .footer .foot_t .foot_r {
        float: none;
        width: 2.58rem;
        margin: 0 auto 0.45rem;
    }

    .footer .foot_t .foot_r img {
        display: block;
        width: 100%;
    }

    .footer .foot_t .foot_l {
        float: none;
    }

    .footer .foot_t .foot_l p {
        text-align: center;
        padding-bottom: 0.53rem;
        border-bottom: 1px solid #4f5054;
        margin-bottom: 0.6rem;
        font-size: 0.24rem;
    }

    .footer .foot_t .foot_l ul li {
        margin-bottom: 0.32rem;
        font-size: 0.24rem;
    }

    .footer .foot_t .foot_l ul li:last-child {
        margin-bottom: 0;
    }

    .footer .foot_b {
        border-top: none;
        font-size: 0.20rem;
        padding-top: 0;
    }

    .footer .foot_b .foot_b_l {
        float: none;
        margin-bottom: 0.26rem;
    }

    .footer .foot_b p {
        float: none;
    }

    .footer .w1440 .zhichi {
        font-size: 0.20rem;
        opacity: 0.4!important;
    }

      
}